PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / PDFFixedDocument Constructor / PDFFixedDocument Constructor(String,PDFFixedDocumentFeatures)
A string that contains the name of the file from which to create the document.
Features to load from the PDF file.
In This Topic
    PDFFixedDocument Constructor(String,PDFFixedDocumentFeatures)
    In This Topic
    Initializes a new PDFFixedDocument object.
    Syntax
    public PDFFixedDocument( 
       java.lang.String fileName,
       PDFFixedDocumentFeatures documentFeatures
    )

    Parameters

    fileName
    A string that contains the name of the file from which to create the document.
    documentFeatures
    Features to load from the PDF file.
    See Also